home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / cram.arc / CRAM.DOC < prev    next >
Text File  |  1986-06-01  |  4KB  |  67 lines

  1. CRAM.COM
  2. VERSION 1.0 written 6/1/86
  3.  
  4. This version of CRAM is a preliminary version, released as a test
  5. for some of the features in CRAM. Please be aware that although I
  6. have tested cram, I have only tested it on my system and have not
  7. been able to assure that it will work at 100% on all systems.
  8.  
  9. CRAM is a Compressed RAM disk. It takes an existing diskette and
  10. compresses it down into a dos file and then this compressed disk can
  11. be loaded into memory as a ram disk. Many times a ram disk is used to
  12. hold utilities and applications, but is never written to. CRAM is a
  13. a read only ram disk.
  14.  
  15. The procedure for using CRAM is:
  16.      1: Prepare a diskette that you would like to have as a ram disk.
  17. CRAM will allow the ram disk to be drive A: and therefore, if you like,
  18. you can boot off of the CRAM disk. If the disk is a word processing
  19. disk or other application you may not want to boot off of the CRAM disk
  20. and will not have to put a system on it.  Use a freshly formatted
  21. diskette, and put all files directly onto the diskette. Avoid erasing
  22. files from the diskette as erasing leaves the data on the diskette,
  23. which makes your CRAM disk larger.
  24.     2: CRAM the diskette. Enter the CRAM command and choose the option
  25. for cramming the diskette into a dos file (option 1). Then answer
  26. the questions about where the disk to be crammed is located and where
  27. the dos file is located. DO NOT PUT THE DOS FILE ON THE DISKETTE BEING
  28. CRAMMED. When you are done you will have a dos file with the crammed
  29. diskette in it. It will be anywhere from 10% to 30% smaller than than
  30. a whole diskette. Make sure your target diskette will have enough room.
  31.      3: Diskettes can be uncrammed onto another diskette. CRAM will
  32. even format the diskette for you, but remember CRAM is like DISKCOPY
  33. and will destroy any old data on the diskette that you are using
  34. to uncram the file to.
  35.      4: Load the CRAM disk into a RAM disk. This is option 3 on the
  36. options menu. You can also load the CRAM disk from a batch file
  37. by entering CRAM FILENAME N
  38. where filename is the disk,path and filename of the crammed disk file
  39. and n is the disk that the CRAM disk is to identified as.
  40. If you load a CRAM disk into memory the CRAM file goes into high memory
  41. and the system will reboot. This is not a complete reboot, so if you use
  42. any other memory resident programs, like Side Kick in memory then
  43. the system will hang. CRAM should only be used to install ram disk
  44. on a virgin system, one with no memory resident programs.
  45. If you select A as the disk for CRAM then the system will reboot off
  46. of the CRAM disk. This has certain advantages such as COMMAND.COM
  47. reloading at ramdisk speed and the AUTOEXEC executing like lightning.
  48. You can also load any disk that copies with DISKCOPY into memory as
  49. the boot disk. This includes "fixed" infocom games and some versions
  50. of flight simulator.
  51.  
  52. This is version 1.0 of CRAM disk which means other versions are
  53. coming down the pike. I have used only a run-length compression
  54. scheme for now so the compression is not too good. Preliminary
  55. observations show that I will be able to get up to 60% compression
  56. on the next release. I have the specs for loading CRAM into JRAM
  57. extended memory as well as EMS and protected memory, but have no way
  58. to test these until venture capital comes up with the boards or an
  59. AT.
  60.     If you have questions concerning CRAM please address them to
  61. me at:
  62.         PC-ROCKLAND BBS
  63.         (914) 353-2176
  64.  
  65.       Thanks,
  66.       Keith P. Graham
  67.